## Construction of F343 

from PyM import *

F7 = Zn(7)

[F343,x] = extension(F7,[1,0,0,-2])

#types_off()
L = [element(j,F343) for j in range(60,66)]

show(L)

show(order(x+1))

y = sqroot(x,F343)

show(y)

show(order(y))

show(geometric_series(x,10))
